home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / gnustep-base-common / README < prev   
Encoding:
Text File  |  2010-06-20  |  2.5 KB  |  65 lines

  1. 1 Readme
  2. ********
  3.  
  4. The GNUstep Base Library is a library of general-purpose, non-graphical
  5. Objective C objects.  For example, it includes classes for strings,
  6. object collections, byte streams, typed coders, invocations,
  7. notifications, notification dispatchers, moments in time, network ports,
  8. remote object messaging support (distributed objects), and event loops.
  9.  
  10. It provides functionality that aims to implement the non-graphical
  11. portion of the OpenStep standard (the Foundation library).
  12.  
  13. 1.1 Initial reading
  14. ===================
  15.  
  16. The file `NEWS' has the library's feature history.
  17.  
  18.    The files `INSTALL' or `GNUstep-HOWTO' (from the web site) gives
  19. instructions for installing the library.
  20.  
  21. 1.2 License
  22. ===========
  23.  
  24. The GNUstep libraries and library resources are covered under the GNU
  25. Lesser Public License.  This means you can use these libraries in any
  26. program (even non-free programs). If you distribute the libraries along
  27. with your program, you must make the improvements you have made to the
  28. libraries freely available. You should read the COPYING.LIB file for
  29. more information. All files in the `Source', `Headers'
  30. `NSCharacterSets', `NSTimeZones', `Resources', and `SSL' directories
  31. and subdirectories under this are covered under the GLPL.
  32.  
  33.    GNUstep tools, test programs, and other files are covered under the
  34. GNU Public License. This means if you make changes to these programs,
  35. you cannot charge a fee, other than distribution fees, for others to
  36. use the program. You should read the COPYING file for more information.
  37. All files in the `Documentation', `Examples', `Tools', `config', and
  38. `macosx' directories are covered under the GPL.
  39.  
  40.    With GNUstep-Base, we strongly recommend the use of the ffcall
  41. libraries, which provides stack frame handling for NSInvocation and
  42. NSConnection.  "Ffcall is under GNU GPL. As a special exception, if used
  43. in GNUstep or in derivate works of GNUstep, the included parts of ffcall
  44. are under GNU LGPL" (Text in quotes provided by the author of ffcall).
  45.  
  46. 1.3 How can you help?
  47. =====================
  48.  
  49.    * Give us feedback!  Tell us what you like; tell us what you think
  50.      could be better.
  51.  
  52.      Please log bug reports on the GNUstep project page
  53.      `http://savannah.gnu.org/bugs/?group=gnustep' or send bug reports
  54.      to <bug-gnustep@gnu.org>.
  55.  
  56.  
  57.      Happy hacking!
  58.  
  59.    Copyright (C) 2005 Free Software Foundation
  60.  
  61.    Copying and distribution of this file, with or without modification,
  62. are permitted in any medium without royalty provided the copyright
  63. notice and this notice are preserved.
  64.  
  65.